/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #666;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  /* background-color: #333; */
}
/*body {
  text-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}*、

/* index */
.navbar-brand {
  padding: 0;
  width: 288px;
  height: 106px;
}
.navbar-brand img {
  width: 100%;
  /* position: absolute; */
  z-index: 2;
}
.navbar {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav > li > a {
  font-size: 15px;
  width: 100px;
  text-align: center;
  padding: 51px 0;
  color: #000;
}
ul {
  list-style-type: none;
}
.sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  background-color: #000;
}
.sub-menu > li > a {
  padding: 12px 20px;
  min-width: 100px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sub-menu > li > a:hover {
  background-color: #1e50ae;
  color: #fff;
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

.pogoSlider {
  height: 700px;
  position: relative;
}
.pogoSlider-slide {
  height: 700px !important;
  background-size: cover;
}
.pogoSlider-nav {
  padding: 30px;
}
.pogo-info {
  width: 675px;
  top: 300px;
  left: 50%;
  margin-left: -335px;
  padding: 30px;
  position: absolute;
  background-color: rgba(30, 80, 174, 0.5);
  text-align: center;
}
.pogo-info h3 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
}
.navbar-default .navbar-toggle {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #1e50ae;
  color: #fff;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active:hover > a {
  /* color: #ee4863; */
  background-color: #e7e7e7;
}

.phone {
  float: right;
  padding: 20px 0 20px 40px;
}
.phone h3 {
  font-size: 18px;
  color: #1e50ae;
}
.phone p {
  font-size: 15px;
  color: #666;
}

.hidden-xs {
  display: block;
}
.hidden-md {
  display: none;
}

.morebtn {
  margin: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  display: inline-block;
}
.morebtn:hover {
  color: #ee4863;
  border-color: #ee4863;
}
.list {
  padding: 20px;
  background-size: 100% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}

.list .morebtn {
  margin: 0;
  color: #000;
  border-color: #000;
}
.list .morebtn:hover {
  color: #ee4863;
  border-color: #ee4863;
}
.list p {
  margin-bottom: 20px;
}
.lista {
  background-image: url(../img/list1.jpg);
  background-color: #eae9e9;
}
.listb {
  background-image: url(../img/list2.jpg);
  background-color: #dfd7d2;
}
.listc {
  background-image: url(../img/list3.jpg);
  background-color: #d3dbdf;
}
.listd {
  background-image: url(../img/list4.jpg);
  background-color: #eae9e9;
}
.liste {
  background-image: url(../img/list5.jpg);
  background-color: #dfd7d2;
}
.listf {
  background-image: url(../img/list6.jpg);
  background-color: #d3dbdf;
}
.anoutUsMore {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  padding: 20px 50px;
}
.about {
  background: url(../img/bg.jpg) center center/100% 100% no-repeat;
  padding: 30px 0 50px 0;
}

.anoutUsMore p {
  text-indent: 2em;
  color: #fff;
}
.knowMore {
  padding: 20px 50px;
  text-align: left;
}
.knowMoreBtn {
  border: none;
  color: #1f46bd;
  background-color: #fff;
  border-radius: 40px;
  padding: 16px 50px;
}
.knowMoreBtn:hover {
  cursor: pointer;
}

.title {
  padding: 20px;
}
.title h3 {
  color: #1e50ae;
  font-size: 32px;
  text-align: center;
}
.title p {
  padding: 10px;
  text-align: center;
  position: relative;
}
.title p .text {
  color: #b1b1b1;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.title p .line1 {
  border-top: 1px solid #666;
  width: 67px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -150px;
  display: inline-block;
}
.title p .line2 {
  border-top: 1px solid #666;
  width: 67px;
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -150px;
  display: inline-block;
}
.about .title h3,
.about .title .text {
  color: #fff;
}
.about .title .line1,
.about .title .line2 {
  border-top: 1px solid #fff;
  width: 90px;
}

.marketing {
  margin-bottom: 60px;
}
.marketing .market {
  overflow: hidden;
  height: 283px;
  text-align: center;
}
.marketing .marketingWrap img {
  width: 236px;
  height: 236px;
  border-radius: 100%;
  margin-top: 30px;
}
.marketing .marketingWrap h2 {
  color: #444;
  font-size: 15px;
  padding: 0 15px;
}
.marketing .marketingWrap h3 {
  color: #666;
  font-size: 15px;
  padding: 0 15px;
  line-height: 28px;
  margin-bottom: 30px;
}
.marketing .marketingWrap p {
  padding: 0 15px;
  height: 110px;
}
.marketingWrap {
  /* border:1px solid #ebebeb; */
  box-shadow: 2px 5px 10px #c5c4c4;
  border-radius: 10px;
}
.market {
  position: relative;
}

.market span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #aba0a0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.market i {
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  background: url(../img/icon-link.png) no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.marketingWrap:hover .market span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.marketingWrap:hover .market img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.marketingWrap:hover .market i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.news {
  margin-bottom: 80px;
}
.news .news-title {
  float: left;
}
.news .news-date {
  float: right;
  color: #aba0a0;
}
.news .news-con {
  color: #aba0a0;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  padding: 100px 0;
  background-color: #000;
  color: #666;
}
.footer-title {
  font-size: 28px;
}
.footer-title span {
  color: rgb(19 140 35);
}
.footer .footer-nav {
  margin: 50px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgb(51, 51, 51);
}
.footer .footer-nav li {
  float: left;
  padding-right: 50px;
}
.footer-contact span {
  display: inline-block;
  padding-right: 80px;
}

.subpage-banner img {
  width: 100%;
}
.subpage-title {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 30px;
}
.subpage-title .flm-title {
  float: left;
}
.subpage-title .flm-title h3 {
  font-size: 26px;
  color: #000;
}
.subpage-title .flm-title p {
  font-size: 18px;
  color: #aaaaaa;
}
.subpage-title .flm-bread {
  color: #aaaaaa;
  float: right;
  line-height: 100px;
}
.subpage-title .flm-bread a {
  font-size: 12px;
  color: #0054a3;
}
.main {
  margin-top: 60px;
}
.main .side {
  float: left;
}
.main .side ul {
  padding: 0;
  margin:0;
}
.main .side ul li {
  position: relative;
}
.main .side ul li div {
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 0 16px 30px;
  width: 178px;
}
.main .side ul .active a {
  color: #4d76f0;
}
.main .side ul .active::before {
  content: "";
  display: block;
  width: 3px;
  height: 10px;
  position: absolute;
  top: 20px;
  background-color: #0054a3;
}
.content {
  margin-left: 233px;
  margin-bottom: 100px;
}
.content p {
  line-height: 29px;
  /*text-indent: 2em;*/
  margin: 10px 0;
}
.content img {
  width: 100%;
}
.content .row {
  margin-top: 50px;
}
.content .row > div {
  padding-bottom: 20px;
}
.pic-block {
  border: 1px solid #c5c4c4;
  overflow: hidden;
}
.pic-block img {
  height: 20rem;
}
.pic-block:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.content .pic-info {
  background-color: #ececec;
  color: #666;
  padding: 10px 0;
  text-align: center;
  margin: 0 !important;
  text-indent: 0em;
  position: relative;
  z-index: 2;
}
.pages {
  text-align: center;
  margin: 50px 0;
}
.pages a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 2px;
  color: #1f46bd;
  border: 1px solid #c5c4c4;
}
.pages a:hover {
  border-color: #6c8ff7;
  color: #ee4863;
  background-color: #eef2ff;
  text-decoration: none;
}
.index-news{
  padding:0 50px;
}
h2.newstit {
  font-size: 30px;
  color: #4c5a6b;
  text-align: center;
  line-height: 32px;
  padding: 15px;
  margin-top: 10px;
  font-weight: 600;
}
div.newsinfo {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 2px;
}
div.newsinfo em {
  font-style: normal;
  color: #888;
  line-height: 18px;
  height: 18px;
  padding: 0 5px;
}
div.contpage {
  padding: 15px 0;
}
div.contpage {
  line-height: 200%;
  font-size: 18px;
}
div.contpage p {
  line-height: 200%;
  padding: 0 0 12px 0;
  font-size: 18px;
}
div.contpage div {
  line-height: 200%;
  padding: 0 0 12px 0;
  font-size: 18px;
}
div.contpage img {
  max-width: 100% !important;
  height: auto !important;
}

/* list page */
.listpage {
  margin-top: 20px;
  text-align: center;
  clear: both;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.listpage a {
  color: #0369b4;
  margin-right: 2px;
  text-decoration: none;
  padding: 4px 6px;
  border: 1px solid #eee;
}
.listpage a:hover {
  color: #0369b4;
  background-color: #f3faff;
  text-decoration: none;
  border: 1px solid #0369b4;
}
.listpage a:active {
  color: #0369b4;
  background-color: #f3faff;
  border: 1px solid #5db0fc;
}
.listpage span.current {
  font-weight: bold;
  color: #fff;
  margin-right: 2px;
  background-color: #0078e3;
  border: 1px solid #5db0fc;
  padding: 4px 6px;
}
.listpage span.disabled {
  color: #ccc;
  margin-right: 2px;
  border: 1px solid #f3f3f3;
  padding: 4px 6px;
}

/* page */
.list_page,
.pagelink {
  margin: 15px 5px;
}
.pagelink a,
.list_page a,
.list_page b {
  padding: 2px 6px 1px;
  border: 1px solid #d2efff;
  background: #f0f8ff;
  text-align: center;
  display: inline;
  font-size: 14px;
}
.pagelink a:hover,
.list_page a:hover {
  border: 1px solid #d2efff;
  background: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* .container{
    width:883px;
  } */
  .hidden-xs {
    display: none;
  }
  .hidden-md {
    display: block;
  }
  .nav > li > a {
    padding: 10px;
    width: 100px;
  }
  .navbar-brand img {
    width: 133px;
  }
  .navbar-brand {
    width: 133px;
  }
  .phone {
    padding: 20px 0 10px 40px;
    position: absolute;
    left: 150px;
    top: -28px;
  }
  .phone h3 {
    font-size: 12px;
    color: #1e50ae;
  }
  .phone p {
    font-size: 12px;
    color: #666;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .hidden-md {
    display: block;
  }
  .anoutUsMore{
      padding: 20px 2px;
      font-size: 14px;
  }
  .knowMore {
    padding: 20px 5px;
    text-align: left;
  }
  .navbar-brand img {
    width: 145px;
    padding: 10px 0 0 10px;
  }
  .sub-menu {
    display: none;
    position: inherit;
    padding: 0;
    background-color: #000;
  }
  .phone {
    padding: 26px 0 0 40px;
    position: absolute;
    left: 150px;
    top: -28px;
  }
  .phone h3 {
    font-size: 14px;
    color: #1e50ae;
  }
  .phone p {
    font-size: 12px;
    color: #666;
  }
  .navbar-brand {
    height: 72px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
    width: 100%;
  }
  .sub-menu > li > a {
    padding: 10px;
  }
  .pogoSlider {
    height: 500px;
    position: relative;
  }
  .pogoSlider-slide {
    height: 500px !important;
    background-size: cover;
  }
  .footer {
    padding: 100px 0;
  }
  .marketing .row {
    padding: 0 10px !important;
  }
  .pogo-info {
    top: 0;
    margin-top: 150px;
    width: 300px;
    margin-left: -150px;
  }
  .pogo-info h3 {
    font-size: 16px;
  }
  .subpage-title .flm-title {
    float: none;
    text-align: center;
  }
  .subpage-title .flm-bread {
    float: none;
    text-align: center;
    line-height: 62px;
  }
  .main{
    margin-top:20px;
  }
  .main .side {
    float: none;
    width:100%;
  }
  .main .content {
    margin-left: 0;
  }
  .main .side ul li {
    float: left;
    width: 50%;
  }
  .main .side ul .active::before {
    display: none;
  }
  .main .side ul {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
  .main .side ul li div {
    padding: 16px 0;
    text-align: center;
    border: none;
    width:100%;
  }
  .index-news{
    padding:0;
  }
}
